box: Fix rtl allocation with center widget
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Feb 2016 21:41:53 +0000 (16:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Feb 2016 21:45:26 +0000 (16:45 -0500)
commit6b53138a013dc487f8ab84e67efd8fb81ee7ec10
tree1123f9e7bc3a395e237c74aa7ca789af7009961b
parent7698ac447ae3d9296c7e8793619ca4d31e0d9d5f
box: Fix rtl allocation with center widget

The code for adjusting the center widget allocation in case
of uneven sides never worked right in RTL. This was finally
noticed for tabs with close button, which commonly use a
centered label.
gtk/gtkbox.c